home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / skin / classic / traceConsole.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-09-24  |  6.3 KB  |  325 lines

  1. #panelNode-traceConsole {
  2.     overflow: auto;
  3.     position: absolute;
  4.     width: 100%;
  5.     height: 100%;
  6.     left: 0;
  7.     top: 0;
  8.     background-color: #FFFFFF;
  9.     color: #000000;
  10. }
  11.  
  12. /************************************************************************************************/
  13.  
  14. .traceTable {
  15.     width: 100%;
  16.     height: 100%;
  17. }
  18.  
  19. .traceInfoCol {
  20.     border-top: 1px solid #EEEEEE;
  21.     background: url(chrome://firebug/skin/group.gif) repeat-x #FFFFFF;
  22.     vertical-align: top;
  23. }
  24.  
  25. .traceInfoBody {
  26.     margin: 10px 0 0 0;
  27.     height: 100%;
  28. }
  29.  
  30. .traceInfoTabs {
  31.     position: relative;
  32.     padding-left: 14px;
  33. }
  34.  
  35. .traceInfoTab {
  36.     position: relative;
  37.     top: -3px;
  38.     margin-top: 10px;
  39.     padding: 4px 6px;
  40.     border: 1px solid transparent;
  41.     border-bottom: none;
  42.     font-weight: bold;
  43.     color: #565656;
  44. }
  45.  
  46. .traceInfoTab:hover {
  47.     cursor: pointer;
  48. }
  49.  
  50. .traceInfoTab[selected="true"] {
  51.     cursor: default !important;
  52.     border-color: #D7D7D7;
  53.     -moz-border-radius: 4px 4px 0 0;
  54.     background-color: #FFFFFF;
  55. }
  56.  
  57. .traceInfoText {
  58.     display: none;
  59.     margin: 0;
  60.     border-top: 1px solid #D7D7D7;
  61.     padding: 0px;
  62.     background-color: #FFFFFF;
  63. }
  64.  
  65. .traceInfoText[selected="true"] {
  66.     display: block;
  67. }
  68.  
  69. .traceInfoOptionsText {
  70.     float:left;
  71.     padding: 3px;
  72. }
  73.  
  74. .traceInfoLogsText {
  75. }
  76.  
  77. /************************************************************************************************/
  78.  
  79. .messageTable {
  80.     width: 100%;
  81. }
  82.  
  83. .messageRow .messageNameLabel {
  84.     background-image: url(chrome://firebug/skin/win/twistyClosed.png);
  85.     background-repeat: no-repeat;
  86.     background-position: 2px 2px;
  87. }
  88.  
  89. .messageNameLabel:hover {
  90.     cursor: pointer;
  91.     color: blue;
  92.     text-decoration: underline;
  93. }
  94.  
  95. /*.messageRow */.opened > .messageCol > .messageNameLabel {
  96.     background-image: url(chrome://firebug/skin/win/twistyOpen.png);
  97. }
  98.  
  99. /************************************************************************************************/
  100.  
  101. .messageRow {
  102.     background: white;
  103. }
  104.  
  105. .messageRow:hover {
  106.     background: #EFEFEF;
  107. }
  108.  
  109. .separatorRow {
  110.     background-image: none;
  111.     background: yellow !important;
  112.     height:32px;
  113. }
  114.  
  115. .separatorRow td div {
  116.     height:32px;
  117.     text-align: left;
  118.     vertical-align: middle;
  119.     font-size: 26px;
  120.     color: black;
  121.     font-weight: bold;
  122.     margin-left: 15px;
  123. }
  124.  
  125. .messageCol {
  126.     padding: 0;
  127.     vertical-align: top;
  128.     border-bottom: 1px solid #EFEFEF;  
  129.     white-space: nowrap;
  130. }
  131.  
  132. .messageLabel {
  133.     padding: 1px 0 2px 10px;
  134. }
  135.  
  136. /* Support for search box */
  137. .panelNode.searching .messageRow {
  138.     display: none;
  139. }
  140.  
  141. .messageRow.matched {
  142.     display: table-row !important;
  143. }
  144.  
  145. /************************************************************************************************/
  146.  
  147. .messageNameLabel {
  148.     -moz-box-sizing: padding-box;
  149.     overflow: hidden;
  150.     padding-top: 1px;
  151.     font-weight: bold;
  152. }
  153.  
  154. .messageNameCol {
  155.     width: 30px;
  156.     min-width: 30px;
  157. }
  158.  
  159. .messageNameCol > .messageNameLabel {
  160.     padding-left: 18px;
  161. }
  162.  
  163. /************************************************************************************************/
  164.  
  165. .messageInfoCol {
  166.     border-top: 1px solid #EEEEEE;
  167.     background: url(chrome://firebug/skin/group.gif) repeat-x #FFFFFF;
  168. }
  169.  
  170. .messageInfoBody {
  171.     margin: 10px 0 4px 10px;
  172. }
  173.  
  174. .messageInfoTabs {
  175.     position: relative;
  176.     padding-left: 14px;
  177. }
  178.  
  179. .messageInfoTab {
  180.     position: relative;
  181.     top: -3px;
  182.     margin-top: 10px;
  183.     padding: 4px 6px;
  184.     border: 1px solid transparent;
  185.     border-bottom: none;
  186.     font-weight: bold;
  187.     color: #565656;
  188. }
  189.  
  190. .messageInfoTab:hover {
  191.     cursor: pointer;
  192. }
  193.  
  194. .messageInfoTab[selected="true"] {
  195.     cursor: default !important;
  196.     border-color: #D7D7D7;
  197.     -moz-border-radius: 4px 4px 0 0;
  198.     background-color: #FFFFFF;
  199. }
  200.  
  201. .messageInfoText {
  202.     display: none;
  203.     margin: 0;
  204.     border: 1px solid #D7D7D7;
  205.     border-right: none;
  206.     padding: 8px;
  207.     background-color: #FFFFFF;
  208.     font-family: Monaco, monospace;
  209.     overflow-x: auto;
  210. }
  211.  
  212. .messageInfoText[selected="true"] {
  213.     display: block;
  214. }
  215.  
  216. .messageInfoResponseFrame {
  217.     border: 0;
  218.     width: 100%;
  219.     height:100%;
  220. }
  221.  
  222. /************************************************************************************************/
  223.  
  224. .openDebugger {
  225.     color:Fuchsia;
  226.     text-decoration:none !important;
  227.     cursor:pointer;
  228. }
  229.  
  230. /************************************************************************************************/
  231.  
  232. .messageInfoStackTable .stackFrame {
  233. }
  234.  
  235. .messageInfoStackTable .stackFrame > A:hover {
  236. }
  237.  
  238. .stackFrameLink:hover {
  239.     cursor:pointer;
  240.     text-decoration:underline;
  241. }
  242.  
  243. .messageInfoExcText > .ExceptionMessage {
  244.     font-weight:bold;
  245.     color: Red;
  246. }
  247.  
  248. /* Exception */
  249. .messageTable .exception {
  250.     color: Red;
  251. }
  252.  
  253. /* Custom messages types */
  254. .DBG_WINDOWS {
  255.     color: blue;
  256. }
  257.  
  258. .DBG_NET {
  259.     color: maroon;
  260. }
  261.  
  262. .DBG_JSERROR {
  263.     color: Red;
  264. }
  265.  
  266. .DBG_ERROR {
  267.     color: Red;
  268. }
  269.  
  270. /************************************************************************************************/
  271.  
  272. #consoleToolbar toolbarbutton {
  273.     margin:1px;
  274.     -moz-box-orient: vertical;
  275. }
  276.  
  277. #consoleToolbar toolbarbutton .toolbarbutton-icon {
  278.     padding:5px;
  279. }
  280.  
  281. /************************************************************************************************/
  282.  
  283. #clearConsole {
  284.     list-style-image: url("chrome://firebug/skin/trace/clear.png");
  285. }
  286.  
  287. #findConsole {
  288.     list-style-image: url("chrome://browser/skin/Search-glass.png");
  289.     -moz-image-region: rect(0px 16px 16px 0px);
  290. }
  291.  
  292. #separateConsole {
  293.     list-style-image:url("chrome://mozapps/skin/places/tagContainerIcon.png");
  294. }
  295.  
  296. #saveToFile {
  297. }
  298.  
  299. #closeFirefox {
  300.     list-style-image: url("chrome://browser/skin/Toolbar-small.png");
  301.     -moz-image-region: rect(0px 48px 16px 32px);
  302. }
  303.  
  304. #restartFirefox {
  305.     list-style-image: url("chrome://browser/skin/Toolbar-small.png");
  306.     -moz-image-region: rect(0px 64px 16px 48px);
  307. }
  308.  
  309. /************************************************************************************************/
  310.  
  311. .traceOption {
  312.     float:left;
  313.     display: block;
  314.     margin: 2px;
  315.     cursor: default !important;
  316.     padding: 0 2px 0 2px; 
  317.     border: solid 1px #D7D7D7;
  318.     background-color: #FFFFFF;
  319.     font-size: 12px;
  320. }
  321.  
  322. .traceOption[checked="true"] {
  323.     background-color: #D7D7D7;
  324. }
  325.